home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 94-02.Z / 94-02 / text0284.txt < prev    next >
Encoding:
Text File  |  1994-02-28  |  12.3 KB  |  287 lines

  1.  
  2. > >I bet it's that .AU files are 16-bit sound files, and the PC speaker driver
  3. > >(if you have it installed at all, which you may not) only supports 8-bit
  4. > >sound.  I have a program called WHAM (Waveform Hold and Modify, if I am not
  5. > >mistaken) that I picked up off of one of the standard PC FTP sites... it
  6. > >will convert them to 8-bit sounds and play them.  (Not automatically,
  7. > >though; I double-click on the audio link in Mosaic, WHAM loads up with the
  8. > >.AU file loaded in, and then I have to select "Convert to 8-bit".)
  9.  
  10. "SUN" .au files are 8 bit, 8000 hz, u-law files.
  11.  
  12. >From the documentation of sox:
  13.  
  14.        .au       SUN Microsystems AU files.  There are apparently
  15.                  many types of .au files; DEC  has  invented  its
  16.                  own  with  a  different  magic  number  and word
  17.                  order.  The .au handler can read these files but
  18.                  will  not write them.  Some .au files have valid
  19.                  AU headers and some  do  not.   The  latter  are
  20.                  probably  original  SUN  u-law  8000 hz samples.
  21.                  These can be dealt with  using  the  .ul  format
  22.                  (see below).
  23.  
  24.        .ub, .sb, .uw, .sw, .ul
  25.                  These are several  suffices  which  serve  as  a
  26.                  shorthand  for  raw  files with a given size and
  27.                  style.  Thus, ub, sb, uw, sw, and ul  correspond
  28.                  to  "unsigned  byte",  "signed  byte", "unsigned
  29.                  word", "signed word", and  "ulaw"  (byte).   The
  30.                  sample  rate  defaults to 8000 hz if not explic-
  31.                  itly set, and the number of channels (as always)
  32.                  defaults  to 1.  There are lots of Sparc samples
  33.                  floating around in u-law format with  no  header
  34.                  and fixed at a sample rate of 8000 hz.  (Certain
  35.                  sound management software cheerfully ignores the
  36.                  headers.)   Similarly,  most Mac sound files are
  37.                  in unsigned byte format with a  sample  rate  of
  38.                  11025 or 22050 hz.
  39.  
  40. Greetings
  41. .//. Arne
  42.  
  43. -- 
  44. Arne Steinkamm           | Smart: arne@oldman.regent.e-technik.tu-muenchen.de 
  45. Tel.: +49.89.299.756     | IRC:   Arne
  46. Robert-Koch-Str. 4       |\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
  47. D-80538 Muenchen         |///////////////////////////////////////////////////
  48. From MarkW@ms70.nuwes.sea06.navy.mil Thu Feb 24 23:33:00 1994
  49. Received: from m65sun.nuwes.sea06.navy.mil by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  50.           id AA28218; Fri, 25 Feb 1994 10:47:57 -0500
  51. Received: from ms70.nuwes.sea06.navy.mil ([140.178.70.3]) by m65sun.nuwes.sea06.navy.mil with SMTP id AA13143
  52.   (5.65c/IDA-1.4.4 for winsock@SunSITE.Unc.EDU); Fri, 25 Feb 1994 07:46:52 -0800
  53. Received: by ms70.nuwes.sea06.navy.mil with Microsoft Mail
  54.     id <2D6E1BFE@ms70.nuwes.sea06.navy.mil>; Fri, 25 Feb 94 07:40:46 PST
  55. From: West Mark                5741 <MarkW@ms70.nuwes.sea06.navy.mil>
  56. To: winsock <winsock@sunsite.unc.edu>
  57. Subject: RE: Winsock API Ques--Dotted IP address from socket?
  58. Date: Fri, 25 Feb 94 07:33:00 PST
  59. Message-Id: <2D6E1BFE@ms70.nuwes.sea06.navy.mil>
  60. Encoding: 22 TEXT
  61. X-Mailer: Microsoft Mail V3.0
  62.  
  63.  
  64.  
  65.      I am trying to find out the dotted IP address of the machine to which a
  66. socket is connected.  My program listens for connection attempts and accepts
  67. them, so I don't know the remote machine's address to begin with.  I can
  68. call 'getpeername' and have it fill a sockaddr structure, but I don't know
  69. where to go from there.  The sockaddr data structure consists of a family
  70. field and a 14 byte address array according to the winsock header file.  I
  71. have tried calling 'inet_ntoa' with the address array to no avail.
  72.      Any ideas?
  73.  
  74.   -Andy
  75.  --
  76. (aoliver@jarthur.cs.hmc.edu)
  77.  -------------------------------------------------------------------
  78.  
  79. I think the data you are looking for is available from the datagram 
  80. received. If you are  getting datagrams from a TCP/IP connection then the 
  81. header of each datagram will contain all kinds of usefull information. For a 
  82. format try "Internetworking with TCP/IP Vol 1", Douglas Comer, 1991, pp. 92.
  83.  
  84. Mark West
  85. From news@bigblue.oit.unc.edu Fri Feb 25 16:49:03 1994
  86. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  87.           id AA20359; Fri, 25 Feb 1994 13:05:51 -0500
  88. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  89.           id AA12421; Fri, 25 Feb 1994 12:13:20 -0500
  90. Received: from GATEWAY by bigblue with netnews
  91.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  92. To: winsock@sunsite.unc.edu
  93. Date: Fri, 25 Feb 1994 16:49:03 GMT
  94. From: mchen@sol4.cse.psu.edu (Michael Chen)
  95. Message-Id: <MCHEN.94Feb25114904@sol4.cse.psu.edu>
  96. Sender: ses
  97. References: <2kg34f$gls@nellie.musc.edu>, <2kgkhp$1ht@mercury.mcs.com>
  98. Subject: Re: I'm ready to spend money - free and shareware WINSOCK not ok
  99.  
  100. In article <2kk39a$79r@Mercury.mcs.com> karl@MCS.COM (Karl Denninger) writes:
  101.  
  102.    >   Then again, TRUMPET WINSOCK internal SLIP claimed to support it but it
  103.    >   didn't work right (launch a client and it dials, but the client immediately
  104.    >   bitches about being unable to resolve a hostname and you have to start over
  105.    >   anyway).
  106.    >
  107.    >What did you do, forget to fill in the domain and name server slots in the
  108.    >Setup option?  Tsk tsk...  
  109.  
  110.    Reading?  What's that?  
  111.  
  112. I said that because that's what's happened to several people I know... they
  113. forgot to fill in the name server info, and got can't resolve messages when
  114. using full.address.names.
  115.  
  116. I just launch TCP Manager first anyway, so the SLIP line's alive before
  117. any of the clients.
  118.  
  119.    Note that the client connects the <second> time.  No, the problem is that
  120.    the call to resolve the name is returning before the line comes up, and
  121.    its coming back "no answer".
  122.  
  123. Hmm... there's a script command called online to turn on the SLIP line
  124. before the dialer script is finished, so I do this at the end:
  125.  
  126. online
  127. sleep 2 (to give it time to wake up just in case)
  128. exec wnqvtwsk
  129.  
  130.    This is true for at least Trumpet and WinQVT.  I learned quickly to tell it
  131.    to connect (opening it does the trick).  On the other hand, you have to
  132.    click "CONNECT" on the Chameleon stuff.  Big deal.  If you get knocked off
  133.    you click the box again.  No effect on your sessions as long as a keepalive
  134.    doesn't nail you.  In fact, if you do lose the line it'll come up and ask
  135.    if you want to reconnect.
  136.  
  137.    >Not having Dial-on-demand sucks, IMHO.
  138.    >
  139.    >Maybe I'll hang on to my $25 for a while.
  140.  
  141.    Not me.
  142.  
  143. Is the Chameleon WinSock any faster?  Or is it just a matter of stability?
  144.  
  145. --
  146.  Michael Chen            | From the depths of our most lucid horrors |
  147.                 | spring our fond hopes and pure desires... |
  148.  mchen@cse.psu.edu        | except what comes from HELL! :-) 7/23/92  |
  149. From news@bigblue.oit.unc.edu Fri Feb 25 13:05:53 1994
  150. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  151.           id AA20368; Fri, 25 Feb 1994 13:05:53 -0500
  152. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  153.           id AA12698; Fri, 25 Feb 1994 11:16:46 -0500
  154. Received: from GATEWAY by bigblue with netnews
  155.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  156. To: winsock@sunsite.unc.edu
  157. Date: Fri, 25 Feb 1994 09:20:49
  158. From: mgaro@kuhub.cc.ukans.edu (Michael Garoutte)
  159. Message-Id: <mgaro.7.00095918@kuhub.cc.ukans.edu>
  160. Sender: ses
  161. References: <1994Feb17.063544.12724@dcc.uchile.cl>, <Zorc.93.2D647997@olimp.irb.hr>
  162. Subject: Re: IRC for Winsock?
  163.  
  164. In article <2kjfkq$272@cat.cis.Brown.EDU> atropos@netlab.cis.brown.edu (David B. O'Donnell) writes:
  165. >Subject: Re: IRC for Winsock?
  166. >From: atropos@netlab.cis.brown.edu (David B. O'Donnell)
  167. >Date: 25 Feb 1994 00:10:02 GMT
  168.  
  169. >In article <peter.755.2D67F3DD@psychnet.psychol.utas.edu.au>, peter@psychnet.psychol.utas.edu.au (Peter R. Tattam) says:
  170. >>
  171. >>try ftp.utas.edu.au:/pc/trumpet/irc/*...
  172.  
  173. >I checked on utas, as well as petros.psychol... no such file. 
  174.  
  175. Try the .../trumpwsk directory.
  176.  
  177.  
  178. --
  179.  Michael Garoutte                   |SCCSIAMRNASNPWPPPPPP: Select Committee
  180. _Internet:_mgaro@kuhub.cc.ukans.edu_|to Conduct a Study and Investigation of
  181. All Matters Relating to the Need for Adequate Supplies of Newsprint, Printing
  182. and Wrapping Paper, Paper Products, Paper, Pulp, and Plywood--U.S.Congress
  183. From news@bigblue.oit.unc.edu Fri Feb 25 17:26:04 1994
  184. Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
  185.           id AA08019; Fri, 25 Feb 1994 14:51:31 -0500
  186. Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
  187.           id AA13361; Fri, 25 Feb 1994 13:03:34 -0500
  188. Received: from GATEWAY by bigblue with netnews
  189.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  190. To: winsock@sunsite.unc.edu
  191. Date: Fri, 25 Feb 1994 17:26:04 GMT
  192. From: crywalt@vaxc.stevens-tech.edu (Christopher Rywalt)
  193. Message-Id: <crywalt.3.2D6E34AC@vaxc.stevens-tech.edu>
  194. Organization: Stevens Institute of Technology
  195. Sender: ses
  196. References: <9402231255.AA41189@deeper.farces.com>, <2kgkhp$1ht@Mercury.mcs.com>, <phayes.59.2D6BFED5@tamu.edu>
  197. Subject: Re: I'm tired of this thread and I'm gonna shoot my newsreader...this is not OK!
  198.  
  199. In article <phayes.59.2D6BFED5@tamu.edu> phayes@tamu.edu (Pat Hayes) writes:
  200. >From: phayes@tamu.edu (Pat Hayes)
  201. >Subject: Re: I'm tired of this thread and I'm gonna shoot my newsreader...this is not OK!
  202. >Date: Thu, 24 Feb 1994 01:11:49 GMT
  203.  
  204. >>>> Karl, please don't hold the silence too long, This sounds great! 
  205. >>>> BTW, does this stack do Ethernet connections as well? We need both, and 
  206. >>>> at a price like that, (that works) I can't wait to try it. 
  207.  
  208. >...
  209.  
  210. >>>The software that comes with the book is NetManage's Chameleon Sampler v3.11 
  211. >>>(including the WINSOCK.DLL, integrated SLIP and PPP, mail, ftp, and TELNET). 
  212. >>>I'm not going to pull any punches. There are better e-mail clients and FTP 
  213. >>>clients that are just as good. But the Chameleon WINSOCK.DLL is the best I've 
  214.  
  215. >...
  216.  
  217. >>>
  218. >>>THERE IS A DOWNSIDE. READ WHAT FOLLOWS CLOSELY:
  219. >>>
  220. >>>The software included with the book works only with SLIP and PPP connections. 
  221. >>>Direct Ethernet connections ARE NOT SUPPORTED. If you need Ethernet support, 
  222. >>>NetManage's Chameleon (the full package) is the best I've seen.
  223.  
  224. >...If I may interrupt...this commercial...
  225.  
  226. >...with another one...
  227.  
  228. >You can get Netmanage's Ethernet TCP/IP stack for free...sort of.
  229.  
  230. >Anon FTP to their server <ftp.netmanage.com>
  231. ><<or possibly hit their gopher>> and get to the /winsock
  232. >directory.  There you'll find four chamel*.zip files which
  233. >comprise the Netmanage TCP/IP suite.  I don't know if the
  234. >stuff on the server has the SLIP and PPP implementation
  235. >or if its version 4.00 (which is a _tonne_ better than the
  236. >earlier version 3.11).
  237.  
  238. >Below is a blurb that describes how you may use this 
  239. >stuff for _180 DAYS_ free of charge...
  240.  
  241.  
  242. >So...try the stack free; before buying the book; before
  243. >buying a real TCP/IP suite.
  244.  
  245.  
  246. >I just want to say that I have no relationship whatsoever
  247. >with Netmanage, Inc or with NCD (from whom my NetManage stuff
  248. >came).  I'm just a <mostly> satisfied customer.
  249.  
  250.  
  251. >===beginning of blurbette===
  252.  
  253. >The .zip files in this directory correspond to the installation
  254. >diskettes and contain all the files normally located on the Chameleon
  255. >floppies.
  256.  
  257. >TO INSTALL THE SOFTWARE:  copy each .zip file onto a separate floppy.
  258. >Insert diskette #1 into drive A: type win a:setup (assuming you have
  259. >the installation flopy in the A drive).  You will be prompted for all
  260. >the other relevant information (i.e. adapter type, IP address, subnet
  261. >mask, etc.).  You can use Custom to configure some optional informa-
  262. >tion (i.e. default gateway, DNS server, etc.).
  263.  
  264. >        !!!!!!!! Important !!!!!!!!!!!!!!
  265.  
  266. >During the installation you will be prompted for a serial number.
  267. >The valid serial number is DEMO_520180343880001, and the Key is 170C.
  268.  
  269. >The included software is only valid for 180 days from February 23,
  270. >1994.  So, some time in August you'll get a license violation mes-
  271. >sage, at which time you are supposed to run out and purchase a legal
  272. >copy (we will not object to purchases prior to the expiration day).
  273.  
  274. >The winsock.dll provided in this release is compatible with the
  275. >Windows Sockets version 1.1 specification.  If you find any problems,
  276. >please send your e-mail to winsock@netmanage.com.  Actually, we want
  277. >to hear from you even if you don't have any problems.
  278.  
  279. >===end of blurbette===
  280.  
  281.  
  282. >--
  283. >Pat Hayes, Meteorology, Texas A&M University  *** whoop! ***
  284. >phayes@tamu.edu <<--email---U$Mail-->> TAMU,CS,TX,77843-3150
  285. >"we have tamed lightning and used it to teach sand to think"
  286.  
  287.